home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / audio-video / mediamonkey / MediaMonkey_2[1].5.4.977.exe / {code_DBPath} / MediaMonkey.mdb / Albums.json < prev    next >
JavaScript Object Notation  |  2005-12-21  |  169b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "IDArtist": "Long Integer",
  5.         "Album": "Text (255)",
  6.         "Year": "Integer",
  7.         "Comment": "Memo/Hyperlink (255)"
  8.     },
  9.     "data": [
  10.         {
  11.             "ID": 0,
  12.             "IDArtist": 0,
  13.             "Year": 0
  14.         }
  15.     ]
  16. }